home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Deutsche Edition 1
/
Deutsche Edition 1.iso
/
amok
/
001-010
/
amok01
/
hexdump
/
dump.doc
< prev
next >
Wrap
Text File
|
1993-11-04
|
959b
|
28 lines
-----------------------------------------------------------------------------
:Program. Dump
:Author. Fridtjof Björn Siebert (Amok)
:Address. Nobileweg 67, D-7000 Stuttgart-40
:Phone. (0)711/822509
:Shortcut. [fbs]
:Version. 0.99
:Date. 28.03.88
:Copyright. PD
:Language. Modula-II
:Translator. M2Amiga
:Imports. none.
:Contents. Program to make a Hex-Dump from a File.
-----------------------------------------------------------------------------
Syntax:
Dump Source [[TO] Dest] [WIDTH xx]
Das File Source wird als Hex-Dump im aktuellen CLI-Fenster ausgegeben.
Dabei werden je Zeile 8 Words gedruckt.
Durch Angabe von `Dest' (Destination) wird die Ausgabe in das angegebene
File umgeleitet.
Mit `Width xx' kann die Anzahl der Wörter je Zeile beliebig gesetzt werden.
xx sollte jedoch nicht so groß gewählt werden, daß eine Zeile inclusive CR
und LF länger als 256 Zeichen wird.